home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_al.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  749b  |  33 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Whimpy test script for the al module
  5.    Roger E. Masse
  6. '''
  7. import al
  8. from test.test_support import verbose
  9. alattrs = [
  10.     '__doc__',
  11.     '__name__',
  12.     'getdefault',
  13.     'getminmax',
  14.     'getname',
  15.     'getparams',
  16.     'newconfig',
  17.     'openport',
  18.     'queryparams',
  19.     'setparams']
  20.  
  21. def main():
  22.     if verbose:
  23.         print 'Touching al module attributes...'
  24.     
  25.     for attr in alattrs:
  26.         if verbose:
  27.             print 'touching: ', attr
  28.         
  29.         getattr(al, attr)
  30.     
  31.  
  32. main()
  33.